All Questions
3 questions
1vote
1answer
154views
Optimizing mindmaps by finding the least amount of redundancy
When using mindmaps, you order them based on how you think it fits best. So for instance (tab means subtree) requirements dinner food forks spoons breakfast food forks this ...
6votes
1answer
5kviews
Python programming patterns and practices? [closed]
What are the best python programming patterns and practices you are using every day? I don't mean only design patterns (there are lot of OO design patterns that can be used in python), I mean pure ...
18votes
3answers
3kviews
Newbie question about Decorator design pattern
I was reading a programming article and it mentioned the Decorator pattern. I've been programming for awhile but without any kind of formal education or training, but I'm trying to learn about the ...